home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 43.zip / ANC 15.adf / REXX / listinit.txed < prev    next >
Text File  |  1987-01-01  |  370b  |  14 lines

  1. /* This TxEd Plus/AREXX macro will set up the current TxEd Plus
  2.     invocation as the `MailList' destination window.  It
  3.     is normally used as the STARTUP macro, executed in the
  4.     ListItem macro. NOTE - LISTITEM REQUIRES THE COMPLETE AREXX.
  5.  */
  6.  
  7.  
  8. if getclip("TxLIST") ~= "" then
  9.     MSG 'OVERRIDING LIST WINDOW'
  10. else
  11.     window 400 10 240 190
  12.  
  13. retval = setclip("TxLIST",address())
  14.